home *** CD-ROM | disk | FTP | other *** search
-
- Documentation for the program "pgmmedian"
- ===========================================
-
-
- PURPOSE
- ---------
-
- This operator performs median smoothing on PGM images.
-
- ENGLISH: Please read the file "noise.english.txt" for further information
- about the archives contents, the installation, the copyright
- notice and the author.
-
- DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
- Informationen bezüglich des Archivinhalts, der Installation, der
- Copyright-Notiz und des Autors.
-
-
- START OF THE PROGRAM
- ----------------------
-
- Syntax: pgmmedian [+v|-v] [-3|-5|-7|-9] [-q|-p|-h|-e] file1 file2
-
- Options:
-
- +v : use verbose-mode (default)
- -v : no verbose-mode
-
- -3 : filter size: 3x3 (default)
- -5 : filter size: 5x5
- -7 : filter size: 7x7
- -9 : filter size: 9x9
-
- -q : mask: quadratic
- -p : mask: plus shaped (default)
- -h : mask: horizontal only
- -e : mask: vertical only
-
- file1 : PGM-file, source
- file2 : PGM-file, destination
-
-
- EXAMPLES
- ----------
-
- pgmmedian -5 -p Temp:Noisy.PGM Temp:Median.PGM
-
-
- PLANS
- -------
-
- None. (Maybe someone detects an error ?)
-
-
- HISTORY
- ---------
-
- Version 1.03, 30.Jan.98
- - new includes
- - source code optimized
-
- Version 1.02, 20.Dec.97
- - small corrections
-
- Version 1.01, 10.Dec.97
- - first release
- - added -h and -e options
-
- Version 1.00, ??.Dec.97
- - first version
-
-